home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / pc / gcsdata / map_g.dxr / 00010_Game Loop.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  117 b   |  8 lines

  1. on exitFrame
  2.   global ButtonsActive
  3.   if ButtonsActive = 1 then
  4.     CheckHilite(12, 21)
  5.   end if
  6.   go(the frame)
  7. end
  8.